v10

latestOpenAPI 3.1.02026-08-0375143791.1 KB
webdbs

Get a row

Returns one row and links to its latest saved page.

get/webdbs/rows/{row_id}

Path parameters

row_idstring required

Row ID.

Example:row_1a2b3c

Row ID.

Query parameters

tagsstring[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Optional comma-separated caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.

[
  "production",
  "team-alpha"
]

Response

Row

_idstring required

Row ID.

_urlstring required

Final URL used to create the row.

_status'pending' | 'active' | 'stale' | 'removed' | 'error' | 'cap_consumed' required

Current row status.

_collectionstring required

Collection ID.

Example response

{
  "_id": "row_1a2b3c",
  "_collection": "col_123",
  "_meta": {
    "source": {
      "target_id": "tgt_123"
    }
  }
}