Get action execution record

Returns the action execution record.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequiredformat: "^[0-9a-fA-F]{24}$"
id

Query parameters

skipstringOptional
This parameter specifies where to start the returned page of search results.
limitstringOptional
This parameter specifies how many items to return in the search results.
sortstringOptional
This parameter specifies the field to sort the search results over.
orderenumOptional
This parameter specifies the direction to sort the search results over.
Allowed values:
equalsobjectOptional
equals
inobjectOptional
in
starts-withobjectOptional

starts-with

ltobjectOptional
lt
lteobjectOptional
lte
gtobjectOptional
gt
gteobjectOptional
gte
includelist of stringsOptional
include
excludelist of stringsOptional
exclude

Response

response
dataobject

Errors

500
Internal Server Error