VirtuousAI
ReferenceV1

Get Action By Slug

GET
/api/v1/actions/slug/{slug}

Path Parameters

slug*string

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/actions/slug/string"
{
  "connectionId": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "createdBy": "string",
  "definition": {},
  "id": "string",
  "kind": "dlt_extract",
  "latestRun": {
    "completedAt": "2019-08-24T14:15:22Z",
    "startedAt": "2019-08-24T14:15:22Z",
    "status": "pending"
  },
  "name": "string",
  "slug": "string",
  "status": "active",
  "templateId": "string",
  "updatedAt": "2019-08-24T14:15:22Z",
  "updatedBy": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}