GET v1/site/map
This endpoint retrieves information about previous site mapping requests, filterable by id or status
This endpoint retrieves sitemap requests in bulk by id or status.
Authorizations
X-API-KeystringRequired
Query parameters
idsstringOptionalExample:
The unique identifiers of the sitemap requests to retrieve.
{"value":"smr_1234567890abcdef,smr_0987654321fedcba"}statusstringOptionalExample:
The statuses of the sitemap requests to filter by. Valid values: pending, completed, failed
{"value":"completed,pending"}pageSizeinteger · int32OptionalExample:
Items to return per page (default: 30).
{"value":30}pageinteger · int32OptionalExample:
Page number of the pagination (default: 1).
{"value":1}Responses
200
A collection of sitemap requests that match the criteria
application/json
400
Invalid query parameters
application/json
get
/v1/site/mapLast updated