GET api/webjobs/elasticsearchreindexer/history

Get all web jobs info

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiCollectionResponseOfWebJobRunResponse
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

Total

integer

None.

SearchBy

Collection of Filter

None.

SortBy

Collection of Sort

None.

Data

Collection of WebJobRunResponse

None.

Errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "Total": 3,
  "SearchBy": [
    {
      "Key": "sample string 1",
      "Value": {},
      "Type": 0
    },
    {
      "Key": "sample string 1",
      "Value": {},
      "Type": 0
    }
  ],
  "SortBy": [
    {
      "Key": "sample string 1",
      "Order": 0
    },
    {
      "Key": "sample string 1",
      "Order": 0
    }
  ],
  "Data": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Status": "sample string 3",
      "StartTime": "2025-12-25T15:51:43.3243444+00:00",
      "EndTime": "2025-12-25T15:51:43.3243444+00:00",
      "Duration": "00:00:00.1234567",
      "JobName": "sample string 6"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Status": "sample string 3",
      "StartTime": "2025-12-25T15:51:43.3243444+00:00",
      "EndTime": "2025-12-25T15:51:43.3243444+00:00",
      "Duration": "00:00:00.1234567",
      "JobName": "sample string 6"
    }
  ],
  "Errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<ApiCollectionResponseOfWebJobRunResponsexXtY29gg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.WebJob">
    <d2p1:WebJobRunResponse>
      <d2p1:Duration>PT0.1234567S</d2p1:Duration>
      <d2p1:EndTime>2025-12-25T15:51:43.3243444+00:00</d2p1:EndTime>
      <d2p1:Id>sample string 1</d2p1:Id>
      <d2p1:JobName>sample string 6</d2p1:JobName>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:StartTime>2025-12-25T15:51:43.3243444+00:00</d2p1:StartTime>
      <d2p1:Status>sample string 3</d2p1:Status>
    </d2p1:WebJobRunResponse>
    <d2p1:WebJobRunResponse>
      <d2p1:Duration>PT0.1234567S</d2p1:Duration>
      <d2p1:EndTime>2025-12-25T15:51:43.3243444+00:00</d2p1:EndTime>
      <d2p1:Id>sample string 1</d2p1:Id>
      <d2p1:JobName>sample string 6</d2p1:JobName>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:StartTime>2025-12-25T15:51:43.3243444+00:00</d2p1:StartTime>
      <d2p1:Status>sample string 3</d2p1:Status>
    </d2p1:WebJobRunResponse>
  </Data>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Errors>
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
  <SearchBy>
    <Filter>
      <Key>sample string 1</Key>
      <Type>None</Type>
      <Value />
    </Filter>
    <Filter>
      <Key>sample string 1</Key>
      <Type>None</Type>
      <Value />
    </Filter>
  </SearchBy>
  <SortBy>
    <Sort>
      <Key>sample string 1</Key>
      <Order>None</Order>
    </Sort>
    <Sort>
      <Key>sample string 1</Key>
      <Order>None</Order>
    </Sort>
  </SortBy>
  <Total>3</Total>
</ApiCollectionResponseOfWebJobRunResponsexXtY29gg>