Skip to main content
GET
/
v2
/
entity-ingestion-configs
List Ingestion Configs
curl --request GET \
  --url https://public.api.serval.com/v2/entity-ingestion-configs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "appInstanceId": "<string>",
      "workflowId": "<string>",
      "enabled": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "teamId": "<string>",
      "serviceName": "<string>",
      "workflowName": "<string>",
      "isWorkflowPublished": true,
      "hasIngestionContext": true,
      "syncDeletions": true,
      "internalEntityTypeId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

teamId
string

The ID of the team.

appInstanceId
string

Optional filter by app instance ID.

Response

Success

data
IngestionConfig · object[]

The list of entity ingestion configs.