GET

List redirect tests

https://linkshift.app/api/v1/redirect-tests

Lists stored redirect test cases for a domain group with cursor pagination.

Operation ID:listRedirectTestsTags: Redirect Tests

Security

  • ApiKeyAuth: apiKey | header:X-API-Key | API key generated in LinkShift dashboard (`Organization -> Manage API keys`).

Parameters

Query parameters

domainGroupIdrequired
Type: stringDescription: Domain group scope for listing test fixtures.
limit
Type: integerDescription: Maximum number of tests returned in one page.
search
Type: stringDescription: Optional text search over test path/query content.
startAfterId
Type: stringDescription: Cursor token using the last item ID from previous page.

Request body schema

No request body schema.

Response schema

Redirect tests list

Content type: application/json
response 200objectrequired
Paginated redirect-test query response.
dataTypestringrequired
Logical item type in the `data` array.
hasMorebooleanrequired
Whether there are additional results after this page.
moreStartingAfterIdstring
Cursor token to request the next page.