Skip to main content Skip to complementary content
Close announcements banner

List all completed validation tasks IDs for a container

Lists the IDs of all completed validation tasks for a given container.
Request
GET /services/rest/tasks/staging/{container}/execs
Parameters
  • container: This is a String value which represents the name of the container.
  • before: This is a String value which represents the date in the format of yyyy-MM-ddTHH:mm:ss that limits the search to the validation tasks started before it.
  • start: This is an integer value which represents the pagination start offset.
  • size: This is an integer value which represents the pagination size.
Headers
  • Accept: application/json
  • Authorization: Basic Authentication scheme
Response The IDs of all completed validation tasks for the specified container.
Status
  • 200 OK: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 500 INTERNAL SERVER ERROR: Other errors.

Sample response

{executions:["2ff91416-b25b-4cbb-8fb1-45bc12f34806","a3ca3305-d80c-4594-adf9-bb52ffd50ec5"]}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!