Get all consumer request logs

GET {{baseUrl}}/vault/logs?filter[connector_id]=crm+salesforce&filter[status_code]=201&filter[exclude_unified_apis]=vault,proxy&limit=20

This endpoint includes all consumer request logs.

Request Params

KeyDatatypeRequiredDescription
filter[connector_id]stringFilter results
filter[status_code]numberFilter results
filter[exclude_unified_apis]stringFilter results
cursorstringCursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.
limitnumberNumber of results to return. Minimum 1, Maximum 200, Default 20
resource_idnull

HEADERS

KeyDatatypeRequiredDescription
x-apideck-app-idstring(Required) The ID of your Unify application
x-apideck-consumer-idstring(Required) ID of the consumer which you want to get or push data from
Acceptstring

RESPONSES

status: OK

{"status_code":200,"status":"OK","data":[{"id":"0b5f7480-5550-4f5c-a5fc-3c01ac43dd0f","parent_id":"0b5f7480-5550-4f5c-a5fc-3c01ac43dd0f","api_style":"REST","base_url":"unify.apideck.com","child_request":false,"consumer_id":"test-consumer","duration":2220.379304,"execution":2248,"has_children":false,"http_method":"GET","latency":27.620695999999953,"operation":{"id":"connectionsAll","name":"Get All Connections"},"path":"/vault/connections","sandbox":false,"service":{"id":"apideck-vault","name":"Apideck Vault"},"status_code":200,"success":true,"timestamp":"2021-07-12T14:26:17.420Z","unified_api":"vault","error_message":"Refresh token is invalid","source_ip":"94.227.131.238"},{"id":"0b5f7480-5550-4f5c-a5fc-3c01ac43dd0f","parent_id":"0b5f7480-5550-4f5c-a5fc-3c01ac43dd0f","api_style":"REST","base_url":"unify.apideck.com","child_request":false,"consumer_id":"test-consumer","duration":2220.379304,"execution":2248,"has_children":false,"http_method":"GET","latency":27.620695999999953,"operation":{"id":"connectionsAll","name":"Get All Connections"},"path":"/vault/connections","sandbox":false,"service":{"id":"apideck-vault","name":"Apideck Vault"},"status_code":200,"success":true,"timestamp":"2021-07-12T14:26:17.420Z","unified_api":"vault","error_message":"Refresh token is invalid","source_ip":"94.227.131.238"}],"meta":{"items_on_page":50,"cursors":{"previous":"em9oby1jcm06OnBhZ2U6OjE=","current":"em9oby1jcm06OnBhZ2U6OjI=","next":"em9oby1jcm06OnBhZ2U6OjM="}},"links":{"previous":"https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjE%3D","current":"https://unify.apideck.com/crm/companies","next":"https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjM"}}