Actions Datastores

Get datastore

Retrieves a specific datastore by its ID.

get/api/v2/actions-datastores/{datastore_id}

Path parameters

datastore_idstring required

The unique identifier of the datastore to retrieve.

Response

OK

Example response

{
  "data": {
    "type": "datastores"
  }
}

Changes